home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-31 | 937 b | 30 lines | [TEXT/KAHL] |
- About the binlist files
-
- Filename Description
-
- binlist_test the ready to use primitives as a code resource
- callable by the interpreter. Just put it in the
- same folder as the Prograph interpreter.
-
- binlist_prims.c C source for primitives
-
- binlist_prims.lib THINK C library, containing the primitives.
- Add it to your Prograph compiler project to
- use the primitives in compiled code.
-
- binlist_prims_C.π THINK C project for creating binlist_prims.lib.
-
- binlist_prims_I.r Text file with RMaker source for STR# resources.
-
- binlist_prims_I.π THINK C project for creating binlist_prims code
- resource.
-
- binlist_prims_I.π.rsrc File containing the STR# resources named
- to take advantage of THINK C's automatic
- resource inclusion when the code resource
- is built.
-
- binlist_test.pgs Prograph source for the test program.
-
- binlist_test.π Prograph project for compiling binlist_test.pgs.
-